The IndexDefinition<(Of <(<'T>)>)> type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Algorithm
Gets the indexing algorithm used by the index.
Public property KeyIsUnique
Gets a value that indicates whether the key used in this index is a unique key for the collection.
Public property KeySelector
Gets the expression used to obtain key value from an element of the indexed collection.
Public property KeyType
Gets the type of the index key.
Public property Locale
Gets the locale information used to compare strings in the index.
Public property Root
Gets the root index in an index/subindex hierarchy.
Public property Subindexes
Gets the collection of subindexes added to this index.

See Also